home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 11.dir / 00042_Text_text02.txt < prev    next >
Text File  |  2000-10-01  |  344b  |  20 lines

  1. SETTING UP FRAME 1
  2.  
  3. Frame 1: Initial settings of the variables
  4.  
  5. drawX1 = getProperty("/tenkey/key1", _x);
  6. drawY1 = getProperty("/tenkey/key1", _y);
  7. L = 60;
  8. i = 1;
  9. while (Number(i)<=3) {
  10.     set ("PX" add i, L);
  11.     set ("PY" add i, L);
  12.     set ("VY" add i, 0);
  13.     i = Number(i)+1;
  14. }
  15. accel = 100;
  16. slow = 1.075;
  17. plusV = 5;F
  18.  
  19.  
  20.